home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / assembly / newstart.lha / startup_asm34 / Sample_header.s < prev    next >
Text File  |  1995-09-04  |  1KB  |  45 lines

  1. *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
  2. * Name        : Sample header
  3. *
  4. * Synopsis    : Assemble this source and use it any way you wanne!
  5. *
  6. * Function    : To show you how you can use the Startup.asm
  7. *
  8. * Inputs    : Your wishes
  9. *
  10. * Results    : What ever
  11. *
  12. * Notes        : Public domain!
  13. *
  14. * Bugs        : None
  15. *
  16. * Created    : 4.9.95
  17. * Last change    : 4.9.95
  18. *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
  19.  
  20. *## For the Startup.asm:
  21.  
  22. StartSkip    =    1        ;0=WB/CLI, 1=CLI only (from AsmOne)
  23. Processor    =    0        ;0/680x0
  24. MathProc    =    0        ;0/68881/68882/68040
  25.  
  26. *## Default includes:
  27.  
  28.     Incdir    inc:
  29.     Include    Startup.asm
  30.  
  31.     dc.b    "Copyright © 1995, Digital Surface. All rights reserved.  "
  32.  
  33.     dc.b    "This program is freeware.",0
  34.     dc.b    "This program is private!",0
  35.     dc.b    "This program is commercial.",0
  36.     even
  37. *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
  38. Init    Version        ""
  39.     TaskName    ""
  40.     DefEnd
  41.  
  42. Start
  43. *·············································································*
  44. Close    Return    0
  45.